home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Misc / ASFCopy / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  1.1 KB  |  29 lines

  1. DirectShow Sample -- ASFCopy
  2. ----------------------------
  3.  
  4. Transcodes one or more files to an ASF file.
  5.  
  6. To build this sample, you must install the Microsoft Windows Media Format SDK 
  7. and obtain a software certificate.  After you obtain the software certificate, 
  8. build the sample by linking two additional libraries: WMStub.lib and WMVCore.lib.
  9.  
  10.  
  11. Usage:
  12.  
  13. ASFCopy [/v] /p profile file1 [file2 ...] target
  14.  
  15. The following command-line switches are supported:
  16.     /p Specifies the profile number. 
  17.     /v Verbose mode. 
  18.  
  19. Specify an ASF profile using the /p switch.  If you omit this switch, ASFCopy 
  20. displays a list of the standard system profiles.
  21.  
  22. Specify the name of one or more source files, and the name of the target file. 
  23. If you specify more than one source file, the application multiplexes all of 
  24. the source files.  You must specify a profile that matches the streams 
  25. contained in the source files, or else the application will not work correctly. 
  26. For example, if you specify Video for Web Servers (56 Kbps), the combined 
  27. source files must have exactly one video stream and one audio stream.
  28.  
  29.